func text/template.printableValue

3 uses

	text/template (current package)
		exec.go#L1014: 	iface, ok := printableValue(v)
		exec.go#L1026: func printableValue(v reflect.Value) (any, bool) {
		funcs.go#L745: 			a, ok := printableValue(reflect.ValueOf(arg))